Einhugur Word Plugin for Xojo

Run.UnderlineColor Property

Returns color of the Underline or black if there is no color or is no underline.

UnderlineColor as Color {Read}

Remarks

UnderlineColor can only be set with the SetUnderlineWithColor method, since underline color cannot exist in the document without underline tags that go with it.

You can use the HasUnderlineColor property to check if it has color.

You can use the ClearUnderlineColor method to set the underline color to none.

See Also

Run Class